From: Michael R. Crusoe Date: Fri, 8 Jan 2021 09:47:39 +0000 (+0100) Subject: use the simde header library for greater compatibility X-Git-Tag: archive/raspbian/0.1+git20221215.85f159e-1+rpi1~1^2~4 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=1717e9fca7ed450786b02dd5f48bccaab8823557;p=fermi-lite.git use the simde header library for greater compatibility Gbp-Pq: Name simde --- diff --git a/ksw.c b/ksw.c index 71f2635..684a537 100644 --- a/ksw.c +++ b/ksw.c @@ -25,7 +25,8 @@ #include #include -#include +#define SIMDE_ENABLE_NATIVE_ALIASES +#include #include "ksw.h" #ifdef __GNUC__